Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.agenda.ecm.types--types

This contribution is part of XML component org.nuxeo.ecm.agenda.ecm.types inside nuxeo-agenda-5.8.jar

Extension Point

Extension point types of component TypeService.

Contributed Items

  • <type id="VEVENT">
          <label>VEVENT</label>
          <icon>/icons/agenda.png</icon>
          <bigIcon>/icons/agenda_100.png</bigIcon>
          <category>SimpleDocument</category>
          <description>AgendaEvent.description</description>
          <default-view>view_documents</default-view>
          <layouts mode="any">
            <layout>vevent</layout>
          </layouts>
          <views>
            <view id="after-social-collaboration-creation" value="view_social_document"/>
          </views>
        </type>

    AgendaEvent.description

  • <type id="Workspace">
          <subtypes>
            <type>VEVENT</type>
          </subtypes>
        </type>
  • <type id="Folder">
          <subtypes>
            <type>VEVENT</type>
          </subtypes>
        </type>
  • <type id="OrderedFolder">
          <subtypes>
            <type>VEVENT</type>
          </subtypes>
        </type>

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">
    <type id="VEVENT">
      <label>VEVENT</label>
      <icon>/icons/agenda.png</icon>
      <bigIcon>/icons/agenda_100.png</bigIcon>
      <category>SimpleDocument</category>
      <description>AgendaEvent.description</description>
      <default-view>view_documents</default-view>
      <layouts mode="any">
        <layout>vevent</layout>
      </layouts>
      <views>
        <view id="after-social-collaboration-creation" value="view_social_document"/>
      </views>
    </type>

    <type id="Workspace">
      <subtypes>
        <type>VEVENT</type>
      </subtypes>
    </type>

    <type id="Folder">
      <subtypes>
        <type>VEVENT</type>
      </subtypes>
    </type>
    <type id="OrderedFolder">
      <subtypes>
        <type>VEVENT</type>
      </subtypes>
    </type>
  </extension>